[INFO] cloning repository https://github.com/Oivatco/GA
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Oivatco/GA" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOivatco%2FGA", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOivatco%2FGA'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2edc2d0cfe844459f6f3872c6732fee7392cc25c
[INFO] checking Oivatco/GA against master#09a371361240e42b0d69438fd1179efcf212e576 for pr-157814-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOivatco%2FGA" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Oivatco/GA
[INFO] finished tweaking git repo https://github.com/Oivatco/GA
[INFO] tweaked toml for git repo https://github.com/Oivatco/GA written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Oivatco/GA on toolchain 09a371361240e42b0d69438fd1179efcf212e576
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Oivatco/GA already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libc v0.2.50
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7cf07dcec6eec8f91d8fcff9552b5c74122c05467aaf1800be6da9d6f61e2ab2" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1bd935beac994e301d822de815216dfc71c420c3faf1ba4ebab96a90fa40ca97
[INFO] running `Command { std: "docker" "start" "1bd935beac994e301d822de815216dfc71c420c3faf1ba4ebab96a90fa40ca97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1bd935beac994e301d822de815216dfc71c420c3faf1ba4ebab96a90fa40ca97" "/opt/rustwide/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1bd935beac994e301d822de815216dfc71c420c3faf1ba4ebab96a90fa40ca97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1bd935beac994e301d822de815216dfc71c420c3faf1ba4ebab96a90fa40ca97" "/opt/rustwide/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.2
[INFO] [stderr]     Checking rand_core v0.4.0
[INFO] [stderr]    Compiling libc v0.2.50
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking rand_jitter v0.1.3
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking GGA2 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/get_data.rs:31:20
[INFO] [stdout]    |
[INFO] [stdout] 31 |             .map(|(i, e)| e.parse().unwrap())
[INFO] [stdout]    |                    ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/get_data.rs:30:26
[INFO] [stdout]    |
[INFO] [stdout] 30 |             .filter(|(i, e)| i%2 == 1)
[INFO] [stdout]    |                          ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:42:17
[INFO] [stdout]    |
[INFO] [stdout] 42 |             let mut ordered_population: Vec<i32> = tupla2.0;
[INFO] [stdout]    |                 ----^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/main.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |     for s in 0..100 {
[INFO] [stdout]     |         ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `cont` is never read
[INFO] [stdout]    --> src/main.rs:100:25
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let mut cont: i32 = -1;
[INFO] [stdout]     |                         ^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 107 |         cont = 0;
[INFO] [stdout]     |         -------- `cont` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:188:9
[INFO] [stdout]     |
[INFO] [stdout] 188 |     let mut population_index: Vec<i32> = (0..100).collect();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `population_index`
[INFO] [stdout]    --> src/main.rs:188:9
[INFO] [stdout]     |
[INFO] [stdout] 188 |     let mut population_index: Vec<i32> = (0..100).collect();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_population_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]    --> src/main.rs:284:9
[INFO] [stdout]     |
[INFO] [stdout] 284 |     for p in 0..n_parents {
[INFO] [stdout]     |         ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:297:15
[INFO] [stdout]     |
[INFO] [stdout] 297 | fn quick_sort(mut vector: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |               ----^^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:375:13
[INFO] [stdout]     |
[INFO] [stdout] 375 |         let mut new_order_parents: Vec<i32> = Vec::new();
[INFO] [stdout]     |             ----^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmaxs`
[INFO] [stdout]    --> src/main.rs:332:5
[INFO] [stdout]     |
[INFO] [stdout] 332 |     cmaxs: &mut Vec<i32>,
[INFO] [stdout]     |     ^^^^^ help: if this is intentional, prefix it with an underscore: `_cmaxs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `new_order_parents`
[INFO] [stdout]    --> src/main.rs:375:13
[INFO] [stdout]     |
[INFO] [stdout] 375 |         let mut new_order_parents: Vec<i32> = Vec::new();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_order_parents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `f1` is never read
[INFO] [stdout]    --> src/main.rs:340:18
[INFO] [stdout]     |
[INFO] [stdout] 340 |     let mut f1 = 0;
[INFO] [stdout]     |                  ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 343 |         f1 = parents[f];
[INFO] [stdout]     |         --------------- `f1` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `f2` is never read
[INFO] [stdout]    --> src/main.rs:341:18
[INFO] [stdout]     |
[INFO] [stdout] 341 |     let mut f2 = 0;
[INFO] [stdout]     |                  ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 355 |                     f2 = parents[f];
[INFO] [stdout]     |                     --------------- `f2` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `bn1` is never read
[INFO] [stdout]    --> src/main.rs:349:33
[INFO] [stdout]     |
[INFO] [stdout] 349 |             let mut bn1: bool = false;
[INFO] [stdout]     |                                 ^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 356 |                     bn1 = true;
[INFO] [stdout]     |                     ---------- `bn1` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `ind` is never read
[INFO] [stdout]    --> src/main.rs:494:28
[INFO] [stdout]     |
[INFO] [stdout] 494 |         let mut ind: i32 = 0;
[INFO] [stdout]     |                            ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 564 |                 ind = rng.gen_range(0, gene.len() as i32);
[INFO] [stdout]     |                 ----------------------------------------- `ind` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_feasible` is never used
[INFO] [stdout]    --> src/main.rs:650:4
[INFO] [stdout]     |
[INFO] [stdout] 650 | fn is_feasible(vector: Vec<Vec<i32>>, jobs: i32) -> bool {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/get_data.rs:31:20
[INFO] [stdout]    |
[INFO] [stdout] 31 |             .map(|(i, e)| e.parse().unwrap())
[INFO] [stdout]    |                    ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/get_data.rs:30:26
[INFO] [stdout]    |
[INFO] [stdout] 30 |             .filter(|(i, e)| i%2 == 1)
[INFO] [stdout]    |                          ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/main.rs:42:17
[INFO] [stdout]    |
[INFO] [stdout] 42 |             let mut ordered_population: Vec<i32> = tupla2.0;
[INFO] [stdout]    |                 ----^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/main.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |     for s in 0..100 {
[INFO] [stdout]     |         ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `cont` is never read
[INFO] [stdout]    --> src/main.rs:100:25
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let mut cont: i32 = -1;
[INFO] [stdout]     |                         ^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 107 |         cont = 0;
[INFO] [stdout]     |         -------- `cont` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:188:9
[INFO] [stdout]     |
[INFO] [stdout] 188 |     let mut population_index: Vec<i32> = (0..100).collect();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `population_index`
[INFO] [stdout]    --> src/main.rs:188:9
[INFO] [stdout]     |
[INFO] [stdout] 188 |     let mut population_index: Vec<i32> = (0..100).collect();
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_population_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]    --> src/main.rs:284:9
[INFO] [stdout]     |
[INFO] [stdout] 284 |     for p in 0..n_parents {
[INFO] [stdout]     |         ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:297:15
[INFO] [stdout]     |
[INFO] [stdout] 297 | fn quick_sort(mut vector: Vec<i32>) -> Vec<i32> {
[INFO] [stdout]     |               ----^^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:375:13
[INFO] [stdout]     |
[INFO] [stdout] 375 |         let mut new_order_parents: Vec<i32> = Vec::new();
[INFO] [stdout]     |             ----^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmaxs`
[INFO] [stdout]    --> src/main.rs:332:5
[INFO] [stdout]     |
[INFO] [stdout] 332 |     cmaxs: &mut Vec<i32>,
[INFO] [stdout]     |     ^^^^^ help: if this is intentional, prefix it with an underscore: `_cmaxs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `new_order_parents`
[INFO] [stdout]    --> src/main.rs:375:13
[INFO] [stdout]     |
[INFO] [stdout] 375 |         let mut new_order_parents: Vec<i32> = Vec::new();
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_order_parents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `f1` is never read
[INFO] [stdout]    --> src/main.rs:340:18
[INFO] [stdout]     |
[INFO] [stdout] 340 |     let mut f1 = 0;
[INFO] [stdout]     |                  ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 343 |         f1 = parents[f];
[INFO] [stdout]     |         --------------- `f1` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `f2` is never read
[INFO] [stdout]    --> src/main.rs:341:18
[INFO] [stdout]     |
[INFO] [stdout] 341 |     let mut f2 = 0;
[INFO] [stdout]     |                  ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 355 |                     f2 = parents[f];
[INFO] [stdout]     |                     --------------- `f2` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `bn1` is never read
[INFO] [stdout]    --> src/main.rs:349:33
[INFO] [stdout]     |
[INFO] [stdout] 349 |             let mut bn1: bool = false;
[INFO] [stdout]     |                                 ^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 356 |                     bn1 = true;
[INFO] [stdout]     |                     ---------- `bn1` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `ind` is never read
[INFO] [stdout]    --> src/main.rs:494:28
[INFO] [stdout]     |
[INFO] [stdout] 494 |         let mut ind: i32 = 0;
[INFO] [stdout]     |                            ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 564 |                 ind = rng.gen_range(0, gene.len() as i32);
[INFO] [stdout]     |                 ----------------------------------------- `ind` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_feasible` is never used
[INFO] [stdout]    --> src/main.rs:650:4
[INFO] [stdout]     |
[INFO] [stdout] 650 | fn is_feasible(vector: Vec<Vec<i32>>, jobs: i32) -> bool {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
[INFO] running `Command { std: "docker" "inspect" "1bd935beac994e301d822de815216dfc71c420c3faf1ba4ebab96a90fa40ca97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bd935beac994e301d822de815216dfc71c420c3faf1ba4ebab96a90fa40ca97", kill_on_drop: false }`
[INFO] [stdout] 1bd935beac994e301d822de815216dfc71c420c3faf1ba4ebab96a90fa40ca97
